Param2Desc{Zero-based index of the item whoose text you wish to retrieve.}CommandName{getListViewItemText}HelpPath{Special}ReturnValue{str text=(}OpenBrace{(}Parameters{handle gadget, int item, int subItem}CloseBrace{)}Description{Retrieves the text of an item in a listview gadget.}ReturnDescription{See Above}Param1{gadget}Param1Desc{Handle of a listview gadget}Param2{item}Param3{subitem}Param3Desc{Specifies which column you want to get the text from, if the listview gadget is in report mode.  If the gadget is not in report mode, or you want to get the main item text, set this parameter to 0.}